home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / qcard / qcardpas.txt < prev   
Text File  |  1994-02-15  |  460b  |  11 lines

  1. *******************************************************
  2. To use QCARD.DLL with programs written in Borland Pascal
  3. 7.0 or Turbo Pascal for Windows 1.5, just compile the
  4. QCARD.PAS file and include the QCARD unit in the USES
  5. clause of your program. This will allow you to access the
  6. functions and procedures in QCARD from your Pascal
  7. program.
  8.  
  9. For example:
  10. USES WinTypes, WinProcs, OWindows, QCARD;
  11. *******************************************************